I'm using Visual Studio V16.8.2 with the .Net 5 templates and I'm trying to create a Blazor Server app that will authenticate against Azure AD. I use the Blazor
This is more one for curiosity and learning. I currently have an Azure VM (Windows 2016 and SQL 2017) which I just use for R&D. The RDP port is enabled - n
This may be straight forward but I need to make sure to keep my sanity, does the Cuda updates include previous releases of the same version,for example: Cuda 11
I've been learning react recently and I am close to finishing a simple dice game (where 2 dice are rolled, and it announces which player won). However, when I r
I need to convert my class declaration into a string and I also need the class defined. in the code below i have given an example which results in Identifier Pe
Is there a way to use c++20s concepts to check that a value meets some requirements? Lets say I am writing some sort of container that uses paging and i want to
As one of the steps for the previous problem I've faced, I need to see the logs for some Lambda@Edge but I cannot find them anywhere. According to the document
i have this router.post: router.post("/:id/comment", async (req, res) => { // find out which post you are commenting const id = req.params.id; // get t
const LOCALE_STORAGE_LIST_KEY = 'task.lists' const LOCALE_STORAGE_SELECTED_LIST_ID_KEY = 'task.selectedListId' let lists = JSON.parse(localStorage.getItem(LOCAL
So, I am learning Django and trying to make a site similar to AirBNB. I have models called lisitngs that has latitude and longitude stored in CharField. My mode